home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / dlsta121.zip / SYSOP.DOC < prev   
Text File  |  1996-05-20  |  4KB  |  77 lines

  1.                       Downloadable Statistics IGM v1.21
  2.                           for Franchise Football
  3.                              1996 Marv Conn
  4.  
  5. Introduction
  6.  
  7. Hello, this is one of the first IGM's for Franchise Football.  It allows
  8. users to download information (roster, stats, etc.) in a text file to
  9. their local PC.  Version 1.20 takes this one step further and allows users
  10. to download any teams season schedule as well.  This way long distance
  11. users and local users alike will not tie up the system viewing each team,
  12. player by player.  In addition, the text file provides an easy to read
  13. table of player skill scores and current player statistics and a "rating
  14. system" that rates players at various positions, so coaches can more
  15. effectively decide where players may make the best contribution.
  16.  
  17. The Downloadable Statistics IGM has primarily been written by Marv Conn.
  18. I (Scott Snella) have, however, agreed to offer technical support to
  19. users as well as some minor touch up work and the install program.  This
  20. program is freeware.  All that I ask is if you like the IGM, register the
  21. game, Franchise Football.  There is a delay at the beginning of the game
  22. if you have NOT registered Franchise Football.  If your code and username
  23. are valid, there will be no delay.  If you have any comments, questions,
  24. or suggestions please email me at one of the following locations...
  25.  
  26.         aq239@detroit.freenet.org
  27.         bg229@scn.org
  28.  
  29. The first will probably get you a quicker response, but in case one is down,
  30. I give you both addresses.
  31.  
  32. The IGM
  33.  
  34. This Module is fairly simple in that unlike the game, or other modules,
  35. typically will not spend a large amount of time in it.  They can easily
  36. download the statistics (VIA Zmodem only at the current time), which
  37. are usually 6000-10000 bytes and then get out of the IGM.  They are then
  38. able to view the stats on their own PC, or optionally print them.  There
  39. is not a whole lot of explaining.
  40.  
  41. Troubleshooting
  42.  
  43. These are some things that may cause problems getting the game to run, or
  44. problems resulting from it's execution...
  45.  
  46. SYMPTOM:  It won't run!!!
  47.  
  48. SOLUTIONS:
  49.         - FFBL version 1.10 and before went out with a slight "bug"
  50.           in the START.BAT file, in the IGMRUN section, the command
  51.           should be:
  52.                 CALL DO%1.BAT %1
  53.           The second %1 was left out by mistake.  Make sure your .BAT
  54.           file has this line, as MOST modules will need that parameter.
  55.  
  56.         - Make sure you are running from a batch file that is similar
  57.           to the sample file START.BAT supplied with FFBL.  The ERRORLEVEL
  58.           that the game exits with when an IGM is called is 50.  Most of
  59.           the "work" for running an IGM is done in the batch file.
  60.  
  61.         - Make SURE you are running FFBL from a .CFG file (ie. FOOT1.CFG).
  62.           The IGM should just read that file for all of the important
  63.           information.
  64.  
  65.         - When entering your installation information make sure to use
  66.           2 %'s in front of the 1 to denote the node number slot of the
  67.           CFG file.  Using only one will cause the IGM not to install
  68.           properly.
  69.  
  70. SYMPTOM: The IGM gets to the choice of protocol, but then tells remote users
  71.          that it cannot find the IGM config file.
  72.  
  73.        - Check your FFBL configuration file and make sure that the Working
  74.          directory is commented out.  You should change directories in the
  75.          batch files only, not in the configuration file.
  76.  
  77.